From 8fd2c7e69382a563b513b89d6b1d88bbf69a7620 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Ra=C4=8D=C3=A1k?= Date: Thu, 17 Sep 2015 20:30:39 +0200 Subject: [PATCH] emacsVER.desktop: don't use absolute path to icon Closes: 778884 --- debian/emacsVER.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/emacsVER.desktop b/debian/emacsVER.desktop index 516f206ec44..879672e04c1 100644 --- a/debian/emacsVER.desktop +++ b/debian/emacsVER.desktop @@ -6,7 +6,7 @@ Comment=View and edit files MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; Exec=/usr/bin/@DEB_FLAVOR@ %F TryExec=@DEB_FLAVOR@ -Icon=/usr/share/icons/hicolor/scalable/apps/@DEB_FLAVOR@.svg +Icon=@DEB_FLAVOR@ Type=Application Terminal=false Categories=Utility;Development;TextEditor; -- 2.30.2